
xcd1.exe: xcd.cpp
	@cl -nologo -YX $** -Fe$*

clean:
	@if exist *.obj del *.obj
	@if exist *.exe del *.exe
	@if exist *.pch del *.pch
